enum graph_menu_vals{  
                  GRAPH_MSTART = 0,    /* Dummy */
                  SGRDR,            /* Save graph as drawfile */
                  PLANTD,        /* Plant graph in cell */
                  PLANTL,        /* Plant graph Live */
                  GRPRINT,          /* Print graph */
                  GRMAG,            /* Magnification */
                  GRTOP,            /* Top item */
                  GRBOTTOM,         /* Bottom item */
                  GRDEL,            /* Delete item */ 
                  GRBGCOL,          /* Bacjground colour */
                  GREDITT,       /* Edit text */
                  GRPOST,     /* Stule of points */
                  GRCOLOUR,         /* Colour of item */
                  GRCOLSEQ,         /* Start of colour sequence */
                  GRFASP,           /* Text aspect ratio */
                  GTCOL,            /* Text colour */
                  GRLICOL,          /* Line colour */
                  GRBCAP,           /* Start cap */
                  GRECAP,           /* End cap */
                  GRFICOL,          /* Fill colour */
                  GRNONE,           /* No dashes */
                  GRDOTS,
                  GRSHORT,
                  GRMEDIUM,
                  GRLONG,
                  GRSIZE8,          /* Text size */
                  GRSIZE10,
                  GRSIZE12,
                  GRSIZE14,
                  GRSIZE18,
                  GRSIZE24,
                  GRSO,
                  GRLEFT,            /* Alignment */
                  GRCENTRE,         
                  GRRIGHT,
                  GRLIT,             /* Thin line */
                  GRLI1,             /* Line thickness */
                  GRLI2,
                  GRLI4,
                  GRLIOT,
                  GRTEXTF,
                  GRFONTM,
                  GRTEXTS,
                  GRLITH,
                  GRZ,
                  GRY,
                  GRX,
                  GRW,
                  GRV,
                  GRU,
                  GRT,
                  GRNEWTEXT,
                  GRNEWLINE,
                  GRNEWBOX,
                  GRNEWFILE,
                  GRSOTHER,
                  GRTASP,
                  GRCOLS,         /* Col sequence writeable item */
                  GRPS,           /* Data set point style */
                  GRPSX,          /* Data set point size */
                  GRPCOL,         /* Data set colour */
                  GRAXLIN,        /* Axis linear */
                  GRAXLOG,        /* Axis logarithmic */
                  GRASO,    /* Area descriptor */
                  GRFILLC,      /* Area fill colour */
                  GRSCSZ,         /* Start cap details */
                  GRSCN,
                  GRSCR,
                  GRSCB,             
                  GRSCT,
                  GRSCS,
                  GRECSZ,         /* End cap details */
                  GRECN,
                  GRECR,
                  GRECB,             
                  GRECT,
                  GRECS,
                  GROLT,         /* Other thickness */
                  GRH,
                  GRB,
                  GRC,
                  GRD,
                  GRJ,
                  GRF,
                  GRPNONE,         /* Point styles */
                  GRPX,
                  GRPPLUS,
                  GRPTRI,
                  GRPDIA,
                  GRPBOX,
                  GRBWZ,            /* Bar width */
                  GRSC,             /* Segment colour */
                  GRBW,
                  GRPSXZ,          /* Point size */
                  GRTDE,           /* Three D effect */
                  GRHSZ,           /* Horizontal size */
                  GRHS,
                  GRVSZ,           /* Vertical size */
                  GRVS,
                  GRGRID,          /* Grid */
                  GRDIMS,          /* Dimensions Dialogue */
                  GRCUT,
                  GRCOPY,
                  GRPASTE,
                  GRSGS,
                  GRCOLSS,
                  GRCOLI,
                  GRCOLISS,
                  GRNEWC,
                  GRNEWE,
                  GRFULL,
                  GRSCALED,
                  GRSQU,
                  GRCS,
                  GRSS,
                  GRTB,
                  GREXPL,
                  GRTAX,
                  GRLWID,
                  GRLDASH,
                  GRSTCAP,
                  GRENCAP,
                  GRCALE,
                  GRCAWI,
                  GRCOST,
                  GRCOLINC,
                  GRSELD,
                  GRAPHM_END       /* Ende der oper */
               };
